@charset "UTF-8";
*{
	margin: 0;
	padding:0;
	border:0;
	box-sizing: border-box;
}
#Theprice h1{
	width: 100%;
	text-align: left;
	letter-spacing: 0.2em;
	font-family: Berkshire Swash, serif;
	font-size: 120%;
	font-weight: normal;
	line-height: 1.4;
	margin: 0 0 0 0;
		
}

#Theprice{
	width: 80%;
	text-align: left;
	letter-spacing: 0.2em;
	font-family: Berkshire Swash, serif;
	font-size: 120%;
	font-weight: normal;
	line-height: 1.6;
	background: url("Images/The Price Of FreedomBG2.jpg");
	background-repeat: no-repeat;
	margin: 0 18%; 
	padding:  2% 5% 3% 39%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	
}
.Copyright1{
	width: 100%;
	text-align: left;
	font-family: Berkshire Swash, serif;
	font-size: 70%;
	line-height: 1.4;
	margin: 0 0 0 0;
	padding: 2% 0 ;
	
}

/*	MEDIA QUEIRIES ONWARDS*/


@media screen and (max-width: 1024px){
	#Theprice{
		width: 90%;
		margin: 0 5%; 
		padding:  3% 1% 5% 50%;
	}
}

@media screen and (max-width: 768px){
	#Theprice{
		width: 90%;
		font-size: 110%;
		background: url("Images/The Price Of FreedomBG768.jpg");
		background-repeat: no-repeat;
		margin: 0 5%; 
		padding:  8% 1% 6% 48%;
	}
}

@media screen and (max-width: 640px){
	#Theprice{
		width: 100%;
		font-size: 90%;
		background: url("Images/The Price Of FreedomBG640.jpg");
		background-repeat: no-repeat;
		margin: 0 1%; 
		padding:  8% 1% 6% 55%;
	}
}

@media screen and (max-width: 500px){
	#Theprice{
		width: 98%;
		font-size: 70%;
		background: url("Images/The Price Of Freedom500.jpg");
		background-repeat: no-repeat;
		margin: 0 1%; 
		padding:  8% 1% 6% 53%;
	}
}

@media screen and (max-width: 480px){
	#Theprice{
		width: 98%;
		font-size: 70%;
		background: url("Images/The Price Of Freedom500.jpg");
		background-repeat: no-repeat;
		margin: 0 1%; 
		padding:  8% 1% 6% 53%;
	}
}




